home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / HCGS / TN.HCGS.002 < prev    next >
Encoding:
Text File  |  1991-06-28  |  1.7 KB  |  46 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. HyperCard IIGS
  8. #2:          Known HyperCard Bugs
  9.  
  10. Written by:  Dan Strnad & Matt Deatherage                          March 1991
  11.  
  12. This Technical Note documents known bugs in the released version of HyperCard
  13. IIgs that may affect developers.
  14. _____________________________________________________________________________
  15.  
  16.  
  17.  
  18. HyperCard and Desk Accessories
  19.  
  20. HyperCard IIgs does not handle new desk accessories as well as it should. 
  21. Specifically, the Edit menu is not handled properly:
  22.  
  23. o   When a desk accessory is first opened, HyperCard correctly enables all
  24.     the Edit menu items except Undo.  If the desk accessory window then
  25.     becomes not the frontmost window before being closed, HyperCard will not
  26.     reenable the Edit menu items for the desk accessory.
  27.  
  28. o   HyperCard has an off-by-one error when calling SystemEdit to pass 
  29.     Edit menu actions to desk accessories Cut is sent as Undo, Copy is sent
  30.     as Cut,etc.  Undo is not enabled, so no error occurs when it is selected.
  31.     It is impossible to send the Clear edit message to a desk accessory under
  32.     HyperCard IIgs version 1.0 except through an external command or 
  33.     procedure.
  34.  
  35.  
  36. Externals limited to objects in the current stack
  37.  
  38. If you use any object or property of a different stack as a parameter to an 
  39. XCMD or XFCN, HyperCard will crash.
  40.  
  41.  
  42. Further Reference
  43. _____________________________________________________________________________
  44.   o  HyperCard IIgs Script Language Guide
  45.   o  HyperCard IIgs standard documentation (included with HyperCard IIgs)
  46.